+2002-03-18 jacob berkman <jacob@ximian.com>
+
+ * gtk/gtkaspectframe.c (gtk_aspect_frame_class_init): set the
+ correct min/max values for the ratio property (fixes #75331)
+
Mon Mar 18 11:55:03 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave):
+2002-03-18 jacob berkman <jacob@ximian.com>
+
+ * gtk/gtkaspectframe.c (gtk_aspect_frame_class_init): set the
+ correct min/max values for the ratio property (fixes #75331)
+
Mon Mar 18 11:55:03 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave):
+2002-03-18 jacob berkman <jacob@ximian.com>
+
+ * gtk/gtkaspectframe.c (gtk_aspect_frame_class_init): set the
+ correct min/max values for the ratio property (fixes #75331)
+
Mon Mar 18 11:55:03 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave):
+2002-03-18 jacob berkman <jacob@ximian.com>
+
+ * gtk/gtkaspectframe.c (gtk_aspect_frame_class_init): set the
+ correct min/max values for the ratio property (fixes #75331)
+
Mon Mar 18 11:55:03 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave):
+2002-03-18 jacob berkman <jacob@ximian.com>
+
+ * gtk/gtkaspectframe.c (gtk_aspect_frame_class_init): set the
+ correct min/max values for the ratio property (fixes #75331)
+
Mon Mar 18 11:55:03 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave):
+2002-03-18 jacob berkman <jacob@ximian.com>
+
+ * gtk/gtkaspectframe.c (gtk_aspect_frame_class_init): set the
+ correct min/max values for the ratio property (fixes #75331)
+
Mon Mar 18 11:55:03 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave):
g_param_spec_float ("ratio",
_("Ratio"),
_("Aspect ratio if obey_child is FALSE"),
- 0.0, 1.0, 0.5,
+ MIN_RATIO, MAX_RATIO, 0.5,
G_PARAM_READABLE | G_PARAM_WRITABLE ));
g_object_class_install_property (gobject_class,
PROP_OBEY_CHILD,